ComponentOne ASP.NET MVC Controls
DropDownBuilder<T,TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : DropDownBuilder<T,TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.DropDown<T>.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class DropDownBuilder
    (Of T,TControl As DropDown(Of T),
     TBuilder As DropDownBuilder(Of T,TControl,TBuilder)) 
   Inherits ItemsBoundControlBuilder(Of T,TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class DropDownBuilder<T,TControl,TBuilder> : ItemsBoundControlBuilder<T,TControl,TBuilder> 
where TControl: DropDown<T>
where TBuilder: DropDownBuilder<T,TControl,TBuilder>
Type Parameters
T
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.DropDownBuilder<T,TControl,TBuilder>
                     C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,TControl,TBuilder>

See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace